Partager via


Propriété FileName

Gets the file name of the miscellaneous file.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FileName As String
    Get
'Utilisation
Dim instance As FileExtraSource
Dim value As String

value = instance.FileName
public string FileName { get; }
public:
virtual property String^ FileName {
    String^ get () sealed;
}
abstract FileName : string
override FileName : string
final function get FileName () : String

Valeur de propriété

Type : System. . :: . .String
A String value that specifies the file name of the miscellaneous file.

Implémente

IExtraSource. . :: . .FileName