Freigeben über


PropertyAlias-Konstruktor (String)

Initializes a new instance of the PropertyAlias class with the specified prefix. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    prefix As String _
)
'Usage
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
)

Parameter