Condition.HasScript 属性

Gets the Boolean value that specifies whether the condition has a script.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public ReadOnly Property HasScript As Boolean 
    Get
用法
Dim instance As Condition 
Dim value As Boolean 

value = instance.HasScript
public bool HasScript { get; }
public:
property bool HasScript {
    bool get ();
}
member HasScript : bool
function get HasScript () : boolean

属性值

类型:System.Boolean
A Boolean value that specifies whether the condition has a script.If True, the condition has a script. Otherwise, False.

示例

C#

System.Console.WriteLine(c.HasScript);

VB

System.Console.WriteLine(c.HasScript)

请参阅

参考

Condition 类

Microsoft.SqlServer.Management.Dmf 命名空间