CatalogOrServerPropertyItem.Value 属性

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

语法

声明
Public Property Value As String
    Get
    Set
public string Value { get; set; }
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
member Value : string with get, set
function get Value () : String
function set Value (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

CatalogOrServerPropertyItem 类

Microsoft.Data.Schema.Build 命名空间