NetworkLibrary propriété
Gets the network library file name for the referenced protocol.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NetworkLibrary As String
Get
'Utilisation
Dim instance As ClientProtocol
Dim value As String
value = instance.NetworkLibrary
public string NetworkLibrary { get; }
public:
property String^ NetworkLibrary {
String^ get ();
}
member NetworkLibrary : string
function get NetworkLibrary () : String
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the network library file name for the referenced protocol.
Voir aussi