ObjectInfo.UrnProperties Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Property UrnProperties As ObjectProperty()
Get
Set
'Uso
Dim instance As ObjectInfo
Dim value As ObjectProperty()
value = instance.UrnProperties
instance.UrnProperties = value
public ObjectProperty[] UrnProperties { get; set; }
public:
property array<ObjectProperty^>^ UrnProperties {
array<ObjectProperty^>^ get ();
void set (array<ObjectProperty^>^ value);
}
member UrnProperties : ObjectProperty[] with get, set
function get UrnProperties () : ObjectProperty[]
function set UrnProperties (value : ObjectProperty[])
Valor de la propiedad
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[]
The list of the properties that make up the URN (Uniform Resource Name).