PropertyAlias.Prefix 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Public Property Prefix As String 
    Get 
    Set
用法
Dim instance As PropertyAlias 
Dim value As String 

value = instance.Prefix

instance.Prefix = value
public string Prefix { get; set; }
public:
property String^ Prefix {
    String^ get ();
    void set (String^ value);
}
member Prefix : string with get, set
function get Prefix () : String 
function set Prefix (value : String)

属性值

类型:System.String
A string that represents the prefix of the property alias.

请参阅

参考

PropertyAlias 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间