共用方式為


EnumObject.GetAliasPropertyName 方法

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

'宣告
Protected Friend Function GetAliasPropertyName ( _
    prop As String _
) As String
'用途
Dim prop As String 
Dim returnValue As String 

returnValue = Me.GetAliasPropertyName(prop)
protected internal string GetAliasPropertyName(
    string prop
)
protected public:
String^ GetAliasPropertyName(
    String^ prop
)
member GetAliasPropertyName : 
        prop:string -> string
function GetAliasPropertyName(
    prop : String
) : String

參數

傳回值

型別:System.String
A string that represents the property name of the object.

請參閱

參考

EnumObject 類別

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