Propriedade do RDL FileName
Obtém o nome do arquivo de biblioteca de rede.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public ReadOnly Property FileName As String
Get
'Uso
Dim instance As NetLibInfo
Dim value As String
value = instance.FileName
public string FileName { get; }
public:
property String^ FileName {
String^ get ();
}
member FileName : string
function get FileName () : String
Valor da propriedade
Tipo: System. . :: . .String
Um valor String que especifica o nome do arquivo de biblioteca de rede.
Consulte também