ValidationXmlSchemaCollection 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 ValidationXmlSchemaCollection As String
Get
Set
'Utilisation
Dim instance As MessageType
Dim value As String
value = instance.ValidationXmlSchemaCollection
instance.ValidationXmlSchemaCollection = value
[SfcPropertyAttribute]
public string ValidationXmlSchemaCollection { get; set; }
[SfcPropertyAttribute]
public:
property String^ ValidationXmlSchemaCollection {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ValidationXmlSchemaCollection : string with get, set
function get ValidationXmlSchemaCollection () : String
function set ValidationXmlSchemaCollection (value : String)
Valeur de la propriété
Type : System. . :: . .String