SqlScriptProperty.CacheIdentifier Property
Gets the file name or other unique cache identifier that indicates the source of the property.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property CacheIdentifier As String
public string CacheIdentifier { get; }
public:
property String^ CacheIdentifier {
String^ get ();
}
member CacheIdentifier : string
function get CacheIdentifier () : String
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.