Propriedade do RDL NameKey.Name
Gets the key name.
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 NameKey
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 key name.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices