Partager via


Propriété NetLibInfo.Size

Gets the size of the network library file in bytes.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Size As Integer 
    Get
'Utilisation
Dim instance As NetLibInfo 
Dim value As Integer 

value = instance.Size
public int Size { get; }
public:
property int Size {
    int get ();
}
member Size : int
function get Size () : int

Valeur de propriété

Type : System.Int32
An Int32 value that specifies the size of the network library file in bytes.

Exemples

Gestion des services et des paramètres réseau à l'aide du fournisseur WMI

Voir aussi

Référence

NetLibInfo Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Wmi

Autres ressources

WMI and SQL Server

Connexion au moteur de base de données SQL Server