Propriedade do RDL DisplayName
Gets the display name of the collection.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property DisplayName As String
Get
'Uso
Dim instance As SfcCollectionInfo
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
public:
property String^ DisplayName {
String^ get ();
}
member DisplayName : string
function get DisplayName () : String
Valor da propriedade
Tipo: System. . :: . .String
The display name of the collection.
Consulte também