Propriété XmlReadProperty.Cast
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Cast As Boolean
Get
'Utilisation
Dim instance As XmlReadProperty
Dim value As Boolean
value = instance.Cast
public bool Cast { get; }
public:
property bool Cast {
bool get ();
}
member Cast : bool
function get Cast () : boolean
Valeur de propriété
Type : System.Boolean
true if the attribute requires cast; otherwise, false.