ValidationXmlSchemaCollectionSchema propriété
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property ValidationXmlSchemaCollectionSchema As String
Get
Set
'Utilisation
Dim instance As MessageType
Dim value As String
value = instance.ValidationXmlSchemaCollectionSchema
instance.ValidationXmlSchemaCollectionSchema = value
[SfcPropertyAttribute]
public string ValidationXmlSchemaCollectionSchema { get; set; }
[SfcPropertyAttribute]
public:
property String^ ValidationXmlSchemaCollectionSchema {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ValidationXmlSchemaCollectionSchema : string with get, set
function get ValidationXmlSchemaCollectionSchema () : String
function set ValidationXmlSchemaCollectionSchema (value : String)
Valeur de la propriété
Type : System. . :: . .String