PathName propriété
Gets the path and file name of the binary file that implements the SQL Server service.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PathName As String
Get
'Utilisation
Dim instance As Service
Dim value As String
value = instance.PathName
public string PathName { get; }
public:
property String^ PathName {
String^ get ();
}
member PathName : string
function get PathName () : String
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the path and file name of the binary file that implements the service.
Voir aussi