SqlPotentialElementDescriptor.IsVariable 属性

获取一个值,该值指示此对象是否为变量对象。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public ReadOnly Property IsVariable As Boolean
    Get
public bool IsVariable { get; }
public:
property bool IsVariable {
    bool get ();
}
member IsVariable : bool
function get IsVariable () : boolean

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

SqlPotentialElementDescriptor 类

Microsoft.Data.Schema.Sql.SchemaModel 命名空间