Condividi tramite


Proprietà SqlObjectProperty.Size

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Size As String 
    Get
'Utilizzo
Dim instance As SqlObjectProperty 
Dim value As String 

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

Valore proprietà

Tipo: System.String
The size for the property.

Vedere anche

Riferimento

SqlObjectProperty Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc