Freigeben über


IntegrationServices.Name-Eigenschaft

Gets the name of the IntegrationServices object.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String 
    Get
'Usage
Dim instance As IntegrationServices 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Eigenschaftswert

Typ: System.String
The name of the specified object.

Siehe auch

Verweis

IntegrationServices Klasse

Microsoft.SqlServer.Management.IntegrationServices-Namespace