Propriedade do RDL IntegrationServices.Name
Gets the name of the IntegrationServices object.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Name As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The name of the specified object.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices