共用方式為


PropertyAlias 建構函式 (String)

Initializes a new instance of the PropertyAlias class with the specified prefix. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Sub New ( _
    prefix As String _
)
'用途
Dim prefix As String 

Dim instance As New PropertyAlias(prefix)
public PropertyAlias(
    string prefix
)
public:
PropertyAlias(
    String^ prefix
)
new : 
        prefix:string -> PropertyAlias
public function PropertyAlias(
    prefix : String
)

參數

  • prefix
    型別:System.String
    The prefix to be added in front of names.

請參閱

參考

PropertyAlias 類別

PropertyAlias 多載

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